home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00086.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  242 b   |  16 lines

  1. on mouseDown
  2.   lightFlash()
  3. end
  4.  
  5. on mouseUp
  6.   global spriteClicked
  7.   if rollOver(spriteClicked) then
  8.     repeat with n = 1 to 48
  9.       set the cursor of sprite n to 0
  10.     end repeat
  11.     sound stop 1
  12.     sound stop 2
  13.     go("TM")
  14.   end if
  15. end
  16.